You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > SetIt Method > Matrix.SetIt Method (int, int, int, [In] double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.SetIt Method (int, int, int, [In] double[])

The elements of A array, starting at aIndex, are copied to the calling object elements, starting at Index.

Syntax
C#
Visual Basic
public TMtxVec SetIt(int Index, int AIndex, int Len, [In] double[] A);

If the calling object is complex, then real parts of complex numbers in the A array are on even (0,2,4..) and imaginary parts on odd indexes.(1,3,5,..).

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!